code source game Đua xe

86.109 lượt xem;
  • UnityVS.qplay.CSharp.Editor.csproj
  • project /
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion=
"4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=
" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=
" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>
10.0.20506</ProductVersion>
7     <SchemaVersion>
2.0</SchemaVersion>
8     <ProjectGuid>{3071A27D-
50E0-32EE-7FA1-5C7564C5D7AD}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <RootNamespace></RootNamespace>
11     <AssemblyName>Assembly-CSharp-Editor</AssemblyName>
12     <FileAlignment>
512</FileAlignment>
13     <ProjectTypeGuids>{E097FAD1-
6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14     <TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
15     <TargetFrameworkVersion>v3.
5</TargetFrameworkVersion>
16     <TargetFrameworkProfile>Unity Full v3.
5</TargetFrameworkProfile>
17     <CompilerResponseFile></CompilerResponseFile>
18     <UnityProjectType>Editor:
5</UnityProjectType>
19     <UnityBuildTarget>Android:
13</UnityBuildTarget>
20     <UnityVersion>
4.6.8f1</UnityVersion>
21   </PropertyGroup>
22   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23     <DebugType>pdbonly</DebugType>
24     <Optimize>
false</Optimize>
25     <OutputPath>Temp\UnityVS_bin\Debug\</OutputPath>
26     <ErrorReport>prompt</ErrorReport>
27     <WarningLevel>
4</WarningLevel>
28     <DefineConstants>DEBUG;TRACE;UNITY_4_6_8;UNITY_4_6;UNITY_ANDROID;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_UNITYEVENTS;ENABLE_NEW_HIERARCHY ;ENABLE_AUDIO_FMOD;ENABLE_TERRAIN;ENABLE_SUBSTANCE;ENABLE_GENERICS;INCLUDE_IL2CPP;INCLUDE_WP8SUPPORT;ENABLE_WWW;ENABLE_IMAGEEFFECTS;ENABLE_4_6_FEATURES;INCLUDE_WP_BLUE_SUPPORT;ENABLE_WEBCAM;INCLUDE_METROSUPPORT;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;UNITY5_SCRIPTING_IN_UNITY4;ENABLE_CACHING;ENABLE_CLOTH;UNITY_ANDROID_API;ENABLE_2D_PHYSICS;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_MONO;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_WIN;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE</DefineConstants>
29     <AllowUnsafeBlocks>
false</AllowUnsafeBlocks>
30   </PropertyGroup>
31   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32     <DebugType>pdbonly</DebugType>
33     <Optimize>
false</Optimize>
34     <OutputPath>Temp\UnityVS_bin\Release\</OutputPath>
35     <ErrorReport>prompt</ErrorReport>
36     <WarningLevel>
4</WarningLevel>
37     <DefineConstants>TRACE;UNITY_4_6_8;UNITY_4_6;UNITY_ANDROID;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_UNITYEVENTS;ENABLE_NEW_HIERARCHY ;ENABLE_AUDIO_FMOD;ENABLE_TERRAIN;ENABLE_SUBSTANCE;ENABLE_GENERICS;INCLUDE_IL2CPP;INCLUDE_WP8SUPPORT;ENABLE_WWW;ENABLE_IMAGEEFFECTS;ENABLE_4_6_FEATURES;INCLUDE_WP_BLUE_SUPPORT;ENABLE_WEBCAM;INCLUDE_METROSUPPORT;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;UNITY5_SCRIPTING_IN_UNITY4;ENABLE_CACHING;ENABLE_CLOTH;UNITY_ANDROID_API;ENABLE_2D_PHYSICS;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_MONO;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_WIN;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE</DefineConstants>
38     <AllowUnsafeBlocks>
false</AllowUnsafeBlocks>
39   </PropertyGroup>
40   <ItemGroup>
41     <Reference Include=
"mscorlib" />
42     <Reference Include=
"System" />
43     <Reference Include=
"System.XML" />
44     <Reference Include=
"System.Core" />
45     <Reference Include=
"Boo.Lang" />
46     <Reference Include=
"UnityScript.Lang" />
47     <Reference Include=
"UnityEngine">
48       <HintPath>Library\UnityAssemblies\UnityEngine.dll</HintPath>
49     </Reference>
50     <Reference Include=
"UnityEditor">
51       <HintPath>Library\UnityAssemblies\UnityEditor.dll</HintPath>
52     </Reference>
53     <Reference Include=
"System.Xml.Linq" />
54     <Reference Include=
"UnityEngine.UI">
55       <HintPath>Library\UnityAssemblies\UnityEngine.UI.dll</HintPath>
56     </Reference>
57     <Reference Include=
"UnityEditor.UI">
58       <HintPath>Library\UnityAssemblies\UnityEditor.UI.dll</HintPath>
59     </Reference>
60     <Reference Include=
"UnityEditor.Graphs">
61       <HintPath>Library\UnityAssemblies\UnityEditor.Graphs.dll</HintPath>
62     </Reference>
63     <Reference Include=
"SyntaxTree.VisualStudio.Unity.Bridge">
64       <HintPath>Assets\UnityVS\Editor\SyntaxTree.VisualStudio.Unity.Bridge.dll</HintPath>
65     </Reference>
66     <Reference Include=
"SyntaxTree.VisualStudio.Unity.Messaging">
67       <HintPath>Assets\UnityVS\Editor\SyntaxTree.VisualStudio.Unity.Messaging.dll</HintPath>
68     </Reference>
69     <Reference Include=
"UnityVS.VersionSpecific">
70       <HintPath>Assets\UnityVS\Editor\UnityVS.VersionSpecific.dll</HintPath>
71     </Reference>
72   </ItemGroup>
73   <ItemGroup>
74     <ProjectReference Include=
"UnityVS.qplay.CSharp.Plugins.csproj">
75       <Project>{2352F627-FD68-215C-
4788-3B7817747707}</Project>
76       <Name>UnityVS.qplay.CSharp.Plugins</Name>
77     </ProjectReference>
78     <ProjectReference Include=
"UnityVS.qplay.CSharp.csproj">
79       <Project>{A223C216-1AE2-E344-A8DD-954D85678D46}</Project>
80       <Name>UnityVS.qplay.CSharp</Name>
81     </ProjectReference>
82   </ItemGroup>
83   <ItemGroup>
84     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Spriter\BoneRef.cs" />
85     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Spriter\BoneTimelineKey.cs" />
86     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Spriter\Entity.cs" />
87     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Spriter\File.cs" />
88     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Spriter\Folder.cs" />
89     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Spriter\Key.cs" />
90     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Spriter\KeyElem.cs" />
91     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Spriter\MainlineKey.cs" />
92     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Spriter\ObjectRef.cs" />
93     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Spriter\ObjectType.cs" />
94     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Spriter\Ref.cs" />
95     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Spriter\ScmlObject.cs" />
96     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Spriter\SpatialInfo.cs" />
97     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Spriter\SpatialTimelineKey.cs" />
98     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Spriter\SpriteTimelineKey.cs" />
99     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Spriter\SpriterAnimation.cs" />
100     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Spriter\Timeline.cs" />
101     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Spriter\TimelineKey.cs" />
102     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Unity\AnimationBuilder.cs" />
103     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Unity\AnimationCurveBuilder.cs" />
104     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Unity\PrefabBuilder.cs" />
105     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Unity\ScmlPostProcessor.cs" />
106     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Utils\AnimationCurveUtils.cs" />
107     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Utils\AssetUtils.cs" />
108     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Utils\PrefabUtils.cs" />
109     <Compile Include=
"Assets\ThirdParty\Spriter2Unity\Editor\Utils\XmlUtils.cs" />
110     <Compile Include=
"Assets\Tiled2Unity\Scripts\Editor\CustomTiledImporterAttribute.cs" />
111     <Compile Include=
"Assets\Tiled2Unity\Scripts\Editor\ICustomTiledImporter.cs" />
112     <Compile Include=
"Assets\Tiled2Unity\Scripts\Editor\ImportTiled2Unity.Material.cs" />
113     <Compile Include=
"Assets\Tiled2Unity\Scripts\Editor\ImportTiled2Unity.Mesh.cs" />
114     <Compile Include=
"Assets\Tiled2Unity\Scripts\Editor\ImportTiled2Unity.Texture.cs" />
115     <Compile Include=
"Assets\Tiled2Unity\Scripts\Editor\ImportTiled2Unity.Xml.cs" />
116     <Compile Include=
"Assets\Tiled2Unity\Scripts\Editor\ImportTiled2Unity.cs" />
117     <Compile Include=
"Assets\Tiled2Unity\Scripts\Editor\ImportUtils.cs" />
118     <Compile Include=
"Assets\Tiled2Unity\Scripts\Editor\SortingLayerExposedEditor.cs" />
119     <Compile Include=
"Assets\Tiled2Unity\Scripts\Editor\Tiled2UnityMenuItems.cs" />
120     <Compile Include=
"Assets\Tiled2Unity\Scripts\Editor\TiledAssetPostProcessor.cs" />
121   </ItemGroup>
122   <ItemGroup>
123     <None Include=
"Assets\Plugins\Android\AndroidManifest.xml" />
124     <None Include=
"Assets\Plugins\Android\GoogleMobileAdsPlugin\AndroidManifest.xml" />
125     <None Include=
"Assets\Plugins\Android\google-play-services_lib\AndroidManifest.xml" />
126     <None Include=
"Assets\Plugins\Android\google-play-services_lib\README.txt" />
127     <None Include=
"Assets\Plugins\Android\google-play-services_lib\proguard.txt" />
128     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\color\common_signin_btn_text_dark.xml" />
129     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\color\common_signin_btn_text_light.xml" />
130     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\color\wallet_primary_text_holo_light.xml" />
131     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\color\wallet_secondary_text_holo_dark.xml" />
132     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\drawable\cast_ic_notification_connecting.xml" />
133     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\drawable\common_signin_btn_icon_dark.xml" />
134     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\drawable\common_signin_btn_icon_light.xml" />
135     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\drawable\common_signin_btn_text_dark.xml" />
136     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\drawable\common_signin_btn_text_light.xml" />
137     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-af\common_strings.xml" />
138     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-am\common_strings.xml" />
139     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-am\wallet_strings.xml" />
140     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-ar\common_strings.xml" />
141     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-ar\wallet_strings.xml" />
142     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-az-rAZ\common_strings.xml" />
143     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-bg\common_strings.xml" />
144     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-bg\wallet_strings.xml" />
145     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-bn-rBD\common_strings.xml" />
146     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-ca\common_strings.xml" />
147     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-ca\wallet_strings.xml" />
148     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-cs\common_strings.xml" />
149     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-cs\wallet_strings.xml" />
150     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-da\common_strings.xml" />
151     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-da\wallet_strings.xml" />
152     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-de\common_strings.xml" />
153     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-de\wallet_strings.xml" />
154     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-el\common_strings.xml" />
155     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-el\wallet_strings.xml" />
156     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-en-rAU\common_strings.xml" />
157     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-en-rAU\wallet_strings.xml" />
158     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-en-rGB\common_strings.xml" />
159     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-en-rGB\wallet_strings.xml" />
160     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-en-rIN\common_strings.xml" />
161     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-en-rIN\wallet_strings.xml" />
162     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-es-rUS\common_strings.xml" />
163     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-es-rUS\wallet_strings.xml" />
164     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-es\common_strings.xml" />
165     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-es\wallet_strings.xml" />
166     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-et-rEE\common_strings.xml" />
167     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-eu-rES\common_strings.xml" />
168     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-fa\common_strings.xml" />
169     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-fa\wallet_strings.xml" />
170     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-fi\common_strings.xml" />
171     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-fi\wallet_strings.xml" />
172     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-fr-rCA\common_strings.xml" />
173     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-fr\common_strings.xml" />
174     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-fr\wallet_strings.xml" />
175     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-gl-rES\common_strings.xml" />
176     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-gu-rIN\common_strings.xml" />
177     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-hi\common_strings.xml" />
178     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-hi\wallet_strings.xml" />
179     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-hr\common_strings.xml" />
180     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-hr\wallet_strings.xml" />
181     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-hu\common_strings.xml" />
182     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-hu\wallet_strings.xml" />
183     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-hy-rAM\common_strings.xml" />
184     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-in\common_strings.xml" />
185     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-in\wallet_strings.xml" />
186     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-is-rIS\common_strings.xml" />
187     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-it\common_strings.xml" />
188     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-it\wallet_strings.xml" />
189     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-iw\common_strings.xml" />
190     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-iw\wallet_strings.xml" />
191     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-ja\common_strings.xml" />
192     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-ja\wallet_strings.xml" />
193     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-ka-rGE\common_strings.xml" />
194     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-kk-rKZ\common_strings.xml" />
195     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-km-rKH\common_strings.xml" />
196     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-kn-rIN\common_strings.xml" />
197     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-ko\common_strings.xml" />
198     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-ko\wallet_strings.xml" />
199     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-ky-rKG\common_strings.xml" />
200     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-lo-rLA\common_strings.xml" />
201     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-lt\common_strings.xml" />
202     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-lt\wallet_strings.xml" />
203     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-lv\common_strings.xml" />
204     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-lv\wallet_strings.xml" />
205     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-mk-rMK\common_strings.xml" />
206     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-ml-rIN\common_strings.xml" />
207     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-mn-rMN\common_strings.xml" />
208     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-mr-rIN\common_strings.xml" />
209     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-ms-rMY\common_strings.xml" />
210     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-ms-rMY\wallet_strings.xml" />
211     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-my-rMM\common_strings.xml" />
212     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-nb\common_strings.xml" />
213     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-nb\wallet_strings.xml" />
214     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-ne-rNP\common_strings.xml" />
215     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-nl\common_strings.xml" />
216     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-nl\wallet_strings.xml" />
217     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-pa-rIN\common_strings.xml" />
218     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-pl\common_strings.xml" />
219     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-pl\wallet_strings.xml" />
220     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-pt-rBR\common_strings.xml" />
221     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-pt-rBR\wallet_strings.xml" />
222     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-pt-rPT\common_strings.xml" />
223     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-pt-rPT\wallet_strings.xml" />
224     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-pt\common_strings.xml" />
225     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-pt\wallet_strings.xml" />
226     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-ro\common_strings.xml" />
227     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-ro\wallet_strings.xml" />
228     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-ru\common_strings.xml" />
229     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-ru\wallet_strings.xml" />
230     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-si-rLK\common_strings.xml" />
231     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-sk\common_strings.xml" />
232     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-sk\wallet_strings.xml" />
233     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-sl\common_strings.xml" />
234     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-sl\wallet_strings.xml" />
235     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-sq-rAL\common_strings.xml" />
236     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-sr\common_strings.xml" />
237     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-sr\wallet_strings.xml" />
238     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-sv\common_strings.xml" />
239     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-sv\wallet_strings.xml" />
240     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-sw\common_strings.xml" />
241     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-sw\wallet_strings.xml" />
242     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-ta-rIN\common_strings.xml" />
243     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-te-rIN\common_strings.xml" />
244     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-th\common_strings.xml" />
245     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-th\wallet_strings.xml" />
246     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-tl\common_strings.xml" />
247     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-tl\wallet_strings.xml" />
248     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-tr\common_strings.xml" />
249     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-tr\wallet_strings.xml" />
250     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-uk\common_strings.xml" />
251     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-uk\wallet_strings.xml" />
252     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-ur-rPK\common_strings.xml" />
253     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-uz-rUZ\common_strings.xml" />
254     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-vi\common_strings.xml" />
255     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-vi\wallet_strings.xml" />
256     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-zh-rCN\common_strings.xml" />
257     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-zh-rCN\wallet_strings.xml" />
258     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-zh-rHK\common_strings.xml" />
259     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-zh-rHK\wallet_strings.xml" />
260     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-zh-rTW\common_strings.xml" />
261     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-zh-rTW\wallet_strings.xml" />
262     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values-zu\common_strings.xml" />
263     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values\admob_ads_attrs.xml" />
264     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values\admob_iap_style.xml" />
265     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values\admob_strings.xml" />
266     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values\auth_strings.xml" />
267     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values\base_strings.xml" />
268     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values\cast_ids.xml" />
269     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values\cast_strings.xml" />
270     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values\common_attrs.xml" />
271     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values\common_colors.xml" />
272     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values\common_strings.xml" />
273     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values\maps_attrs.xml" />
274     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values\version.xml" />
275     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values\wallet_attrs.xml" />
276     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values\wallet_colors.xml" />
277     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values\wallet_strings.xml" />
278     <None Include=
"Assets\Plugins\Android\google-play-services_lib\res\values\wallet_styles.xml" />
279     <None Include=
"Assets\Resources\Fonts\bitmapfont1_xml.xml" />
280     <None Include=
"Assets\Resources\Fonts\des_font_xml.xml" />
281     <None Include=
"Assets\Resources\Fonts\font_banchoi_xml.xml" />
282     <None Include=
"Assets\Resources\Fonts\font_combo_xml.xml" />
283     <None Include=
"Assets\Resources\Fonts\font_rank_xml.xml" />
284     <None Include=
"Assets\Resources\Fonts\font_result_xml.xml" />
285     <None Include=
"Assets\Resources\Fonts\font_time_xml.xml" />
286     <None Include=
"Assets\Resources\Fonts\shop_font_xml.xml" />
287     <None Include=
"Assets\Resources\Levels\WorldMap1.xml" />
288     <None Include=
"Assets\Resources\Levels\WorldMap2.xml" />
289     <None Include=
"Assets\Resources\Levels\WorldMap3.xml" />
290     <None Include=
"Assets\Resources\Levels\WorldMap4.xml" />
291     <None Include=
"Assets\Tiled2Unity\Imported\_ReadMe.txt" />
292     <None Include=
"Assets\Tiled2Unity\Imported\desert1.tiled2unity.xml" />
293     <None Include=
"Assets\Tiled2Unity\Imported\desert2.tiled2unity.xml" />
294     <None Include=
"Assets\Tiled2Unity\Imported\desert3.tiled2unity.xml" />
295     <None Include=
"Assets\Tiled2Unity\Imported\desert4.tiled2unity.xml" />
296     <None Include=
"Assets\Tiled2Unity\Imported\desert5.tiled2unity.xml" />
297     <None Include=
"Assets\Tiled2Unity\Imported\jungle1.tiled2unity.xml" />
298     <None Include=
"Assets\Tiled2Unity\Imported\jungle2.tiled2unity.xml" />
299     <None Include=
"Assets\Tiled2Unity\Imported\jungle3.tiled2unity.xml" />
300     <None Include=
"Assets\Tiled2Unity\Imported\jungle4.tiled2unity.xml" />
301     <None Include=
"Assets\Tiled2Unity\Imported\jungle5.tiled2unity.xml" />
302     <None Include=
"Assets\Tiled2Unity\Imported\southpole1.tiled2unity.xml" />
303     <None Include=
"Assets\Tiled2Unity\Imported\southpole2.tiled2unity.xml" />
304     <None Include=
"Assets\Tiled2Unity\Imported\southpole3.tiled2unity.xml" />
305     <None Include=
"Assets\Tiled2Unity\Imported\southpole4.tiled2unity.xml" />
306     <None Include=
"Assets\Tiled2Unity\Imported\southpole5.tiled2unity.xml" />
307     <None Include=
"Assets\Tiled2Unity\Imported\volcano1.tiled2unity.xml" />
308     <None Include=
"Assets\Tiled2Unity\Imported\volcano2.tiled2unity.xml" />
309     <None Include=
"Assets\Tiled2Unity\Imported\volcano3.tiled2unity.xml" />
310     <None Include=
"Assets\Tiled2Unity\Imported\volcano4.tiled2unity.xml" />
311     <None Include=
"Assets\Tiled2Unity\Imported\volcano5.tiled2unity.xml" />
312     <None Include=
"Assets\Tiled2Unity\Materials\_ReadMe.txt" />
313     <None Include=
"Assets\Tiled2Unity\Meshes\_ReadMe.txt" />
314     <None Include=
"Assets\Tiled2Unity\Prefabs\_ReadMe.txt" />
315     <None Include=
"Assets\Tiled2Unity\Shaders\shaTiledMap.shader" />
316     <None Include=
"Assets\Tiled2Unity\Textures\_ReadMe.txt" />
317   </ItemGroup>
318   <Import Project=
"$(MSBuildExtensionsPath)\SyntaxTree\UnityVS\2013\UnityVS.CSharp.targets" />
319 </Project>


Gõ tìm kiếm nhanh...